<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=========å¹¿å‘Š=============*/
.ad {
    margin-bottom: 15px;
}

.ad img {
    width: 100%;
}

/*================æ–‡ç«&nbsp;é¢æ¿====================*/
.arc-box {
    padding: 5px;
}

.arc-box .photo .photo-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.arc-box .arc-ttile {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.arc-box .action {
    display: flex;
    justify-content: space-between;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.arc-box .action .arc-badge {
    background-color: unset;
    border-radius: 50px;
    color: rgb(185, 186, 189);
    border: 1px solid rgb(233, 236, 243);
}

.arc-box .action .arc-link {
    color: rgb(255, 255, 255);
    background-color: rgb(24, 66, 142);
}


.arc-ul .arc-list-itme {
    margin-bottom: 10px;
}

.arc-ul .arc-list-itme .left, .arc-ul .arc-list-itme.right {
    float: left;
}

.arc-ul .arc-list-itme .right {
    margin-left: 15px;
}

.arc-ul .arc-list-itme::after {
    content: "";
    display: block;
    clear: both;
}

.arc-ul .arc-list-itme .arc-badge-dot {
    width: 5px;
    height: 5px;
}

.arc-ul .arc-list-itme .arc-badge {
    border-radius: 50px;
    background-color: rgb(239, 239, 251);
    color: rgb(24, 66, 142);
}

.arc-ul .arc-list-itme .arc-badge-sign {
    background-color: rgb(255, 239, 223);
    color: rgb(243, 83, 33);
}

.arc-ul .arc-list-itme .arc-item-title {
    font-size: 14px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.arc-ul .arc-list-itme .arc-item-title a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
}

.arc-ul .arc-list-itme .arc-item-title .arc-detail {
    background-color: rgb(42, 131, 223);
    color: rgb(255, 255, 255);
}

.arc-ul .arc-list-itme .arc-item-desc {
    display: flex;
    justify-content: space-between;
}

.arc-ul .arc-list-itme .arc-item-desc .layui-breadcrumb a {
    font-size: 12px;
}

.arc-ul .arc-list-itme .date {
    color: rgb(153, 153, 153);
}

.arc-ul .arc-list-itme .todaydate {
    color: red;
}

.arc-ul .arc-list-itme .photo {
    font-size: 40px;
    line-height: 40px;
}

.arc-ul .arc-list-itme .layui-timeline-axis.arc-icon {
    color: rgb(153, 153, 153);
}

.arc-ul .arc-list-itme .arc-item-title.layui-timeline-title {
    margin-bottom: 0px;
}

.arc-ul .arc-list-itme.layui-timeline-item {
    padding-bottom: 0px;
}

.arc-card .layui-card-header {
    display: flex;
    justify-content: space-between;
}

.arc-card .layui-card-header .left {
    font-size: 16px;
}

.arc-card .layui-card-header .left .icon-img {
    width: 25px;
    height: 25px;
}

.arc-card .layui-card-header .left .icon-img {
    width: 25px;
    height: 25px;
}

/*layui å¼¹çª—é¢æ¿æ&nbsp;·å¼*/
.xxnlayer {
    padding: 10px;
    border-radius: 20px;
}

.xxnlayer .layui-layer-content {
    height: 100%;
}

.xxnlayer .layui-layer-content iframe {
    height: calc(100% - 10px) !important;
}

.xxnlayer .layui-layer-setwin {
    top: 0;
    right: 0;
}

/*ç©ºæ•°æ®æ&nbsp;·å¼*/
.empty {
    text-align: center;
}

.empty .empty-tips {
    color: gray;
    padding: 15px;
}

.empty .empty-img {
    width: 320px;
}

.empty .kefu-link {
    color: rgb(42, 131, 223);
}

/*èƒŒæ™¯è‰²*/
.body-backgroud-0 {
    background-color: rgb(246, 247, 251);
}

/*pcç«¯å¯¼èˆªæ&nbsp;·å¼*/
.xxn-pc-nav {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgb(238, 238, 238) 0px 0px 5px 5px;
}

.xxn-pcnav-fixed {
    position: fixed;
    top: 0px;
    z-index: 2006;
    width: 100%;
    padding: 10px 0px;
}

.xxn-pc-nav .layui-nav {
    background-color: rgb(255, 255, 255);
    padding-left: 0px;
    padding-right: 0px;
}

.xxn-pc-nav .layui-nav .layui-nav-item .nav-btn {
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 18px;
}

.xxn-pc-nav .layui-nav .layui-nav-bar {
    background-color: rgb(24, 66, 142);
    height: 5px;
    /*display: none;*/
}

.xxn-pc-nav .layui-nav .layui-this::after {
    background-color: rgb(24, 66, 142);
    height: 5px;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.xxn-pc-nav .layui-nav .logo {
    background-color: rgb(24, 66, 142);
    border-radius: 10px;
    width: 120px;
}

.xxn-pc-nav .layui-nav .logo a img {
    width: 100%;
    max-height: 100%;
}

.xxn-pc-nav .layui-nav .layui-nav-item .telphone {
    color: rgb(24, 66, 142);
}

.xxn-pc-nav .layui-nav .layui-nav-item .telphone .tel-text {
    font-size: 18px;
    font-weight: 700;
}

.xxn-pc-nav .layui-nav .login .nav-btn {
    padding-right: 0px;
    padding-left: 0px;
    color: rgb(125, 128, 137);
}

.xxn-pc-nav .layui-nav .reg .nav-btn {
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(125, 128, 137);
}

.xxn-pc-nav .layui-nav .xiegan .nav-btn {
    padding-left: 5px;
    padding-right: 5px;
    color: rgb(125, 128, 137);
}

.xxn-pc-nav .layui-nav .sch {
    line-height: 20px;
}

.xxn-pc-nav .layui-nav .sch .nav-btn .title {
    font-size: 16px;
}

.xxn-pc-nav .layui-nav .sch:hover:after {
    height: 0;
}

.xxn-pc-nav .layui-nav .sch .nav-btn .desc {
    font-size: 12px;
    text-align: center;
    color: rgb(125, 128, 137);
}

.xxn-pc-nav .layui-nav .sch .layui-nav-more {
    display: none;
}

/* pc ç«¯ åº•éƒ¨æ&nbsp;·å¼å¯¼èˆªæ&nbsp;·å¼*/
.bottom {
    background-color: #383838;
    color: #a6a6a6;
}

.bottom .bottom-body .left,
.bottom .bottom-body .right {
    float: left;
}

.bottom .bottom-body .right .layui-tab .layui-tab-title li{
    min-width: unset;
}

.bottom .bottom-body .right {
    margin-left: 15px;
    border-bottom: 1px solid #999999;
    height: 220px;
    width: calc(100% - 220px);
}

.bottom .bottom-body:after {
    content: "";
    display: block;
    clear: both;
}

.bottom .bottom-body .left .office-img {
    width: 150px;
    height: 150px;
}

.bottom .bottom-body .left {
    border-right: 1px solid #999999;
    padding: 15px;
}

.bottom .bottom-body .left .desc {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
}

.bottom .bottom-body .layui-tab-title {
    border: unset;
}

.bottom .bottom-body .layui-tab-title li {
    font-size: 16px;
}

.bottom .bottom-body .layui-this {
    color: #a6a6a6;
    font-weight: 700;
}

.bottom .bottom-body .layui-this:after {
    border-color: #a6a6a6 !important;
}

.bottom .bottom-body .statement {
    text-align: center;
    padding: 15px;
    padding-bottom: 30px;
}

/*pc ç«¯ åº•éƒ¨æƒç›Š/ç‰ˆæƒ*/
.copyright {
    background-color: #333333;
    text-align: center;
    color: #a6a6a6;
    padding: 15px;
    font-size: 14px;
}

.copyright-title {
    padding: 15px;
}


/*å·¦ä¾§å›ºå®šå¯¼èˆªæ&nbsp;·å¼*/
.left-fixed {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 15px;
    margin: auto 0px;
    background-color: rgb(255, 255, 255);
    width: 180px;
    max-height: 400px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 8px;
}

.left-fixed .left-fixed-header {
    text-align: center;
    height: 40px;
    background-color: rgb(24, 66, 142);
    line-height: 40px;
    color: rgb(255, 255, 255);
    position: relative;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.left-fixed .left-fixed-header .fixed-colse {
    text-align: center;
    margin-top: -130px;
    position: relative;
    color: rgb(210, 210, 210);
}

.left-fixed .left-fixed-header .fixed-colse .icon-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 0px;
    color: rgb(83, 81, 81);
    cursor: pointer;
}

.left-fixed .left-fixed-header .fixed-colse .icon-img {
    width: 100px;
    height: 100px;
}

.left-fixed .left-fixed-body {
    height: calc(100% - 60px);
}

.left-fixed .left-fixed-list {
    padding: 10px;
    overflow: auto;
    height: 100%;
}

.left-fixed .left-fixed-list::-webkit-scrollbar {
    display: none;
}

.left-fixed .left-fixed-list .fixed-list-item {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: rgb(153, 153, 153);
    font-size: 14px;
    border-bottom: 1px solid rgb(238, 238, 238);
    cursor: pointer;
}

.left-fixed .left-fixed-list .fixed-list-item:last-child {
    border-bottom: unset;
}

.left-fixed .left-fixed-list .fixed-list-item .title .layui-icon-reply-fill {
    color: rgb(62, 163, 255);
    border: 2px solid rgb(218, 237, 254);
    border-radius: 100%;
}

.left-fixed .left-fixed-list .fixed-list-item .content img {
    max-width: 100%;
}

.left-fixed .left-fixed-list .fixed-list-item:hover {
    height: auto;
}

.left-fixed .field-daikai {
    background-color: rgb(218, 237, 254);
    font-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    border: 2px solid rgb(218, 237, 254);
    overflow: hidden;
    position: fixed;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    display: none;
    cursor: pointer;
}

.left-fixed .field-daikai .zk-icon {
    font-size: 40px;
    color: rgb(62, 163, 255);
}


/*å³ä¾§å›ºå®šå¯¼èˆª*/
.right-fixed {
    right: 15px;
    left: unset;
    bottom: 0px;
    width: 80px;
    max-height: 425px;
}

.right-fixed .left-fixed-list {
    overflow: unset;
}

.right-fixed .left-fixed-list .fixed-list-item {
    height: 70px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    overflow: unset;
    position: relative;
    margin-bottom: 15px;
}

.right-fixed .left-fixed-list .fixed-list-item .title {
    color: rgb(153, 153, 153);
    position: relative;
    z-index: 99;
    background-color: rgb(255, 255, 255);
}

.right-fixed .left-fixed-list .fixed-list-item .title .iconfont {
    font-size: 25px;
    color: rgb(24, 66, 142);
}

.right-fixed .left-fixed-list .fixed-list-item .title .layui-icon {
    border: unset;
    font-size: 30px;
    color: rgb(24, 66, 142);
}

.right-fixed .left-fixed-list .fixed-list-item .content {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: none;
    z-index: 0;
    background-color: unset;
    white-space: nowrap;
}

.right-fixed .left-fixed-list .fixed-list-item .content .content-child {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border: 1px solid rgb(238, 238, 238);
}

.right-fixed .left-fixed-list .fixed-list-item .content .content-child .office-img {
    max-width: 150px;
}

.right-fixed .left-fixed-list .fixed-list-item .content img {
    max-width: unset;
}

.right-fixed .left-fixed-list .fixed-list-item:hover {
    height: 70px;
}

/*åˆ†é¡µ*/
.page {
    display: flex;
}
.page .pagination{
    line-height: 0;
}
.page .pagination li {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}
.page .pagination li:hover{
    background-color: #999999;
    border-radius: 50%;
}
.page .pagination li:hover a{
    color: #ffffff;
}
.page .pagination li a{
    height: 100%;
    display: inline-block;
    width: 100%;
    border-radius: 50%;
}

.page .pagination .active {
    background-color: rgb(24, 66, 142);
    color: rgb(255, 255, 255);
    border-radius: 50px;
}

.page .jump {
    display: flex;
    line-height: 40px;
}

.page .jump .desc {
    padding: 0px 15px;
    color: rgb(153, 153, 153);
}

.page .jump .jump-page-input {
    width: 80px;
    background-color: rgb(233, 236, 243);
    border: unset;
    border-radius: 5px;
}
.page .jump .jump-btn {
    background-color: rgb(24, 66, 142);
    color: rgb(255, 255, 255);
}

/*å¼¹çª—ç™»å½•é¢æ¿*/
/*å¼¹çª—ç™»å½•*/
.xxn-user-rel-layer {
    border-radius: 20px;
}

.xxn-user-rel-layer .layui-layer-close {
    top: -50px;
}

.xxn-user-rel-layer .layui-layer-content:after {
    content: "";
    width: 85%;
    height: 100px;
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20081028;
    border-radius: 50px;
    overflow: hidden;
    background-image: url('../img/rel_head.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.xxn-user-rel-tab {
    margin-top: 60px;
}

.xxn-user-rel-tab .layui-tab-title {
    border-bottom: unset;
    color: #353535;
    display: flex;
    justify-content: center;
}

.xxn-user-rel-tab .layui-tab-title li {
    font-weight: 500;
    font-size: 16px;
}

.xxn-user-rel-tab .layui-this {
    color: #353535 !important;
    font-weight: 600 !important;
}

.xxn-user-rel-tab .layui-tab-title li:first-child:before {
    border-right: 2px solid #353535;
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.xxn-user-rel-tab .layui-this:after {
    border-bottom-color: #353535 !important;
    top: -10px;
    width: 75%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.xxn-user-rel-pwd-bx {
    display: flex;
    justify-content: start;
}

.xxn-user-rel-pwdbtn {
    width: 70px;
    margin-left: 15px;
    line-height: 40px;
    color: #27abfe;
    font-style: oblique;
}

.xxn-user-rel-form .layui-input {
    background-color: #f7f8fa;
    border-radius: 10px;
}

.xxn-user-rel-form .layui-input::placeholder {
    color: #c5c5c5;
}

.xxn-user-rel-submit {
    border-radius: 50px;
    background-color: #003487;
}

.xxn-user-rel-noaccount span {
    color: #a9a9a9;
}

.xxn-user-rel-noaccount a {
    color: #27abfe;
}

.xxn-user-rel-xieyi {
    display: flex;
}

.xxn-user-rel-xieyi span {
    color: #a9a9a9;
}

.xxn-user-rel-xieyi a {
    color: #373737cf;
}

.xxn-user-rel-xieyi .layui-form-checkbox[lay-skin=primary] {
    margin-top: 5px;
    margin-left: 15px;
}

.xxn-user-rel-xieyi .layui-form-checkbox[lay-skin=primary] &gt; i {
    border-radius: 50px;
}

.xxn-user-rel-xieyi .layui-form-checked[lay-skin=primary] &gt; i {
    border-radius: 50px;
    background-color: #003487;
}

.xxn-user-rel-logo img {
    max-width: 100%;
    height: 120px;
}

.xxn-user-rel-codebtn {
    background-color: #35a8f8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

.xxn-user-rel-codebtn-disabled {
    color: #ffffff;
    background-color: #e5e5e5;
}

.xxn-user-rel-codeinput {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.xxn-user-input-tips {
    color: red;
}

.xxn-input {
    position: relative;
    height: 40px;
}

.xxn-user-relinput-tipcolse {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    line-height: 20px;
    border-radius: 50px;
    background-color: #cdcdcd;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    z-index: 200815;
}
.xxn-user-regBox {
    text-align: center;
}

/*å…¨å±€å…¬ç”¨å¼¹çª—æ&nbsp;·å¼*/
.sign-class-wap-layer {
    border-radius: 20px;
    background-color: #f7f8fa;
}

.sign-class-wap-layer .layui-layer-close {
    top: -50px;
}

.wap-layer-signcode {
    border-radius: 10px;
}

.wap-layer-signcode .signcodebox {
    padding: 10px;
}

.wap-signclass-copyinput {
    border: none;
    height: 1px;
    color: #ffffff;
}

.wap-sign-common-alert .logo {
    text-align: center;
    background-image: linear-gradient(to bottom, #072970, #1d55cb);
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.wap-sign-common-alert .logo .logo-title {
    color: #f9b903;
}

.wap-sign-common-alert .logo .layui-breadcrumb {
    margin-top: 10px;
}

.wap-sign-common-alert .logo .layui-breadcrumb a span {
    color: #ffffff;
}

.wap-sign-common-alert .logo .layui-breadcrumb .layui-badge-dot {
    background-color: #ffffff;
}

.wap-sign-common-alert .sign-content {
    padding: 0 10px;
    background-color: #ffffff;
    height: 350px;
    overflow: auto;
}
.wap-sign-common-alert .sign-content::-webkit-scrollbar{
    display: none;
}
.wap-sign-common-alert .sign-content .sign-content-title:first-child {
    border-bottom: 1px solid #c4c4c4;
}

.wap-sign-common-alert .layui-table {
}

.wap-sign-common-alert .layui-table td {
    padding: 0;
    text-align: center;
}

.wap-sign-common-alert .layui-table td div {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.wap-sign-common-alert .layui-table {
    margin-top: 0;
}

.wap-sign-common-alert .layui-table .sign-content-title td:nth-child(1) div {
    width: 80px;
}

.wap-sign-common-alert .layui-table .sign-content-title td:nth-child(2) div {
    width: 100px;
    line-height: 40px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}

.wap-sign-common-alert .layui-table .sign-content-title .sign-copy {
    border-radius: 25px;
    border-color: #072c70;
    color: #072c70;
    line-height: 20px;
}

.wap-sign-common-alert .layui-table .sign-content-title .sign-code {
    border: none;
    color: #072c70;
}

.wap-sign-common-alert .layui-table .sign-content-title .sign-this {
    color: #818181;
    border-color: #818181;
}

.wap-sign-common-alert .sign-desc {
    text-align: center;
    margin-top: 15px;
}

.wap-sign-common-alert .sign-desc .desc-cotnent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wap-sign-common-alert .sign-desc .desc-cotnent .layui-badge-dot {
    background-color: #1f1f1f;
    width: 2px;
    height: 2px;
}

.wap-sign-common-alert .sign-desc .desc-cotnent span {
    margin-left: 5px;
    color: #454545;
    font-size: 12px;
}

.wap-sign-common-alert .sign-desc .desc-cotnent .pingpai {
    font-size: 14px;
}

.wap-sign-common-alert .sign-desc .jiandu-tel {
    margin-top: 10px;
    font-size: 14px;
    color: #b3b2b2;
}
/*è§†é¢‘æ’­æ”¾å™¨*/
.videoPlay{
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .left-alert {
        left: -200px;
    }
    .left-alert .field-daikai {
        display: block;
        left: 15px;
    }
}</pre></body></html>